home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #2 / Amiga Plus CD - 1995 - No. 2.iso / internet / faq / englisch / pgp-resource < prev    next >
Encoding:
Text File  |  1995-04-11  |  15.1 KB  |  450 lines

  1. Archive-name: pgp-faq/where-is-PGP
  2. Posting-Frequency: monthly
  3. Last-modified: 6 March 1995
  4.  
  5.  
  6. -----BEGIN PGP SIGNED MESSAGE-----
  7.  
  8. WHERE TO GET THE PRETTY GOOD PRIVACY PROGRAM (PGP) FAQ 6 Mar 1995
  9.  
  10. This is ftp://ftp.csn.net/mpj/getpgp.asc
  11. See also ftp://ftp.prairienet.org/pub/providers/pgp/pgpfaq.txt
  12.  
  13.  
  14. Platform(s)      Latest Version       Distribution File Names
  15.  
  16. DOS, Unix,       Viacrypt PGP 2.7     disk sets
  17. Mac, Windows,
  18. or WinCIM/CSNav
  19.  
  20. DOS, Unix, VAX,  MIT PGP 2.6.2        pgp262.zip  (DOS + docs)
  21. others                                pgp262s.zip (source)
  22.                                       pg262s.zip source on CompuServe
  23.                                       pgp262s.tar.gz (source)
  24.                                       pgp262s.tar.Z (source)
  25.                                       pgp262dc.zip (documentation)
  26.                                       pg262d.zip (docs on CompuServe)
  27.  
  28. Macintosh        MIT PGP 2.6          MacPGP2.6.sea.hqx (binary+docs)
  29.                                       macpgp26.hqx (same as above)
  30.                                       MacPGP2.6.src.sea.hqx (source)
  31.                                       macpgp26.src (same as above)
  32.                                       MacPGP2.6-68000.sea.hqx (binary)
  33.                                       mcpgp268.hqx (same as above)
  34.  
  35. Mac Applescript                       MacPGP2.6.2.beta126.sea.hqx
  36.                                       mcpgp262q.hqx (same as above)
  37.                                       MacPGP2.6.2.beta125.src.sea.hqx
  38.                                       mcpgp262s.hqx (same as above)
  39.                                       MacPGP2.6.2.beta126.src.sea.hqx
  40.                                       mcpgp262t.hqx (diff 1.25->1.26)
  41.  
  42. Amiga            PGP 2.6.2 Amiga 1.4  pgp262-a14-000.lha
  43.                                       pgp262-a14-020.lha
  44.                                       pgp262-a14-src.lha
  45.  
  46. Atari            Atari PGP 2.6.1      pgp261st.zip
  47.                                       pgp261b.lzh
  48.  
  49. Non-USA version  PGP 2.6.i from       pgp26i.zip
  50. to avoid RSAREF  Stale Schumacher     pgp26is.zip
  51. license.                              pgp26is.tar.gz
  52.  
  53.  
  54. BUG
  55.  
  56. Digital signatures made with keys 2034-2048 bits in length may be corrupt if
  57. made by any version of PGP prior to Viacrypt's PGP 2.7.1 (which will be
  58. released real soon now).  To fix this in the source code, change the line in
  59. function make_signature_certificate in crypto.c from
  60.  
  61.         byte inbuf[MAX_BYTE_PRECISION], outbuf[MAX_BYTE_PRECISION];
  62. to
  63.         byte inbuf[MAX_BYTE_PRECISION], outbuf[MAX_BYTE_PRECISION+2];
  64.  
  65.  
  66. VIACRYPT PGP
  67.  
  68. Viacrypt has versions of PGP complete with licenses for commercial use of the
  69. RSA and IDEA encryption algorithms.  Viacrypt PGP comes in executable code
  70. only (no source code), but it is based on (and just as secure as) the
  71. freeware PGP.
  72.  
  73. Please contact ViaCrypt for pricing (about $100 up), the latest platforms,
  74. and availablity at 800-536-2664 8:30am to 5:00pm MST, Monday - Friday.  They
  75. accept VISA, MasterCard, AMEX and Discover credit cards.
  76.  
  77. If you have further questions, please ask:
  78.  
  79. Paul E. Uhlhorn
  80. Director of Marketing, ViaCrypt Products
  81. Mail:          9033 N. 24th Avenue
  82.                Suite 7
  83.                Phoenix AZ 85021-2847
  84. Phone:         (602) 944-0773
  85. Fax:           (602) 943-2601
  86. Internet:      viacrypt@acm.org
  87. Compuserve:    70304.41
  88.  
  89.  
  90. FTP SITES IN NORTH AMERICA
  91.  
  92. See crypto law section, below.
  93.  
  94. To ftp PGP from MIT,
  95. telnet to net-dist.mit.edu
  96. log in as getpgp, answer the questions, then QUICKLY
  97. ftp to net-dist.mit.edu and change to the directory named in the telnet
  98. session.
  99.  
  100. If you are in the USA or Canada, you can get PGP by following the
  101. instructions in any of:
  102.  
  103. ftp://ftp.csn.net/mpj/README.MPJ
  104. ftp://miyako.dorm.duke.edu/pub/GETTING_ACCESS
  105. ftp://ftp.netcom.com/pub/mp/mpj/README.MPJ
  106. ftp://ftp.netcom.com/pub/dd/ddt/crypto/pgp_ftp_instructions.txt
  107. ftp.eff.org
  108.     Follow the instructions found in README.Dist that you get from one of:
  109.     ftp://ftp.eff.org/pub/Net_info/Tools/Crypto/README.Dist
  110.     gopher.eff.org, 1/Net_info/Tools/Crypto
  111.     gopher://gopher.eff.org/11/Net_info/Tools/Crypto
  112.     http://www.eff.org/pub/Net_info/Tools/Crypto/
  113. ftp://ftp.csua.berkeley.edu/pub/cypherpunks/pgp/
  114. ftp://ftp.gibbon.com/pub/pgp/README.PGP
  115.     (OS/2 users see also /pub/gcp/gcppgp10.zip)
  116. ftp://ftp.wimsey.bc.ca/pub/crypto/software/dist/README
  117.  
  118.  
  119. WORLD WIDE WEB
  120.  
  121. http://web.mit.edu/network/pgp-form.html
  122. http://www.ifi.uio.no/~staalesc/PGPVersions.html
  123. http://rschp2.anu.edu.au:8080/crypt.html
  124. http://www.eff.org/pub/Net_info/Tools/Crypto/
  125. http://community.net/community/all/home/solano/sbaldwin
  126. http://www.cco.caltech.edu/~rknop/amiga_pgp26.html
  127.  
  128.  
  129. COMPUSERVE
  130.  
  131. GO NCSAFORUM.  Follow the instructions there to gain access to Library 12: Export
  132. Controlled.
  133.  
  134. Compuserve file names are limited, so look for PGP262.ZIP, PG262S.ZIP
  135. (source code), PGP262.GZ (Unix source code) and PG262D.ZIP (documentation
  136. only).
  137.  
  138.  
  139. AOL
  140.  
  141. Go to the AOL software library and search "PGP" or ftp from
  142. ftp.csua.berkeley.edu/pub/cypherpunks/pgp.
  143.  
  144.  
  145. BULLETIN BOARD SYSTEMS
  146.  
  147. Colorado Catacombs BBS, Longmont Colorado, USA 303-772-1062
  148.     Mike Johnson, sysop
  149.     v.FAST/v.32bis/v.42bis, speeds up to 28,800 bps
  150.     8 data bits, 1 stop, no parity, as fast as your modem will go.
  151.     Use ANSI terminal emulation, or if you can't, try VT-100.
  152.     For free access: log in with your own name, answer the questions, then
  153.     select [Q]uestionaire 3 from the [M]ain menu.
  154.     (303) 772-1062  Longmont, Colorado number - 2 lines.
  155.  
  156. The Freedom Files BBS, DeLand Florida, USA  904-738-2691
  157.  
  158. Exec-Net, New York, NY, USA  (Host BBS for the ILink net)  914-667-4567
  159.  
  160. The Ferret BBS (North Little Rock, Arkansas)
  161.     (501) 791-0124   also   (501) 791-0125
  162.     Special PGP users account:
  163.     login name: PGP USER
  164.     password:   PGP
  165.  
  166. Computer Virus Research Center (CVRC) BBS  (Indianapolis, Indiana)
  167.     (317) 791-9617
  168.     Special PGP Users Account:
  169.     Login Name: PGP USER
  170.     Password  : PGP
  171.  
  172. CyberGold BBS 601-582-5748
  173.  
  174. Self-Governor Information Resource, 915-587-7888, El Paso, Texas, USA
  175.  
  176. !CyBERteCH SeCURitY BBS! 612-690-5556, Minneapolis MN, USA - write a letter
  177. to the sysop requesting full access.
  178.  
  179. In the UK, try 01273-688888
  180.  
  181. MAUS BBS (+49 781 38807) Offenburg, Germany - angeschlossen an das MausNet
  182.  
  183.  
  184. MORE FTP SITES
  185.  
  186. ftp.informatik.uni-hamburg.de/pub/virus/crypt/pgp
  187. ftp.leo.org/pub/com/os/os2/crypt
  188. ftp.ox.ac.uk/pub/crypto/pgp
  189. unix.hensa.ac.uk/pub/uunet/pub/security/virus/crypt/pgp
  190. ftp.ee.und.ac.za/pub/crypto/pgp
  191. ftp.demon.co.uk/pub/amiga/pgp
  192.       /pub/archimedes
  193.       /pub/pgp
  194.       /pub/mac/MacPGP
  195. ftp.informatik.tu-muenchen.de
  196. ftp.funet.fi/pub/crypt
  197. ftp.dsi.unimi.it/pub/security/crypt/PGP
  198. atari.archive.umich.edu/pub/atari/Utilities/pgp261st.zip (Atari)
  199. ftp.tu-clausthal.de/pub/atari/misc/pgp/pgp261b.lzh
  200. wuarchive.wustl.edu/pub/aminet/util/crypt
  201. src.doc.ic.ac.uk/aminet
  202.       /amiga-boing
  203. ftp.informatik.tu-muenchen.de/pub/comp/os/os2/crypt/pgp23os2A.zip
  204. iswuarchive.wustl.edu/pub/aminet/util/crypt
  205. ftp.uni-kl.de/pub/aminet/util/crypt
  206. leif.thep.lu.se
  207. goya.dit.upm.es
  208. tupac-amaru.informatik.rwth-aachen.de
  209. kauri.vuw.ac.nz
  210. nctuccca.edu.tw/PC/wuarchive/pgp/
  211. ftp.fu-berlin.de/mac/sys/init/MacPGP2.6uiV1.2en.cpt.hqx.gz
  212. xs4all.nl/pub/crypto/
  213.  
  214.  
  215. FTPMAIL
  216.  
  217. If you have access to email, but not to ftp, send a message saying "help" to
  218. ftpmail@decwrl.dec.com, mailserv@nic.funet.fi, or ftp-request@netcom.com
  219.  
  220. To get pgp 2.6.i by email:
  221.   Send a message to hypnotech-request@ifi.uio.no with your request in the
  222.   Subject: field.
  223.  
  224.   Subject             What you will get
  225.  
  226.   GET pgp26i.zip      MS-DOS executable (uuencoded)
  227.   GET pgp26is.zip     MS-DOS source code (uuencoded)
  228.   GET pgp26is.tar.gz  UNIX source code (uuencoded)
  229.  
  230. For FAQ information, send e-mail to mail-server@rtfm.mit.edu with
  231.       send usenet/news.answers/ftp-list/faq
  232. in the body of the message.
  233.  
  234.  
  235. MACPGP
  236.  
  237. ftp://ftp.csn.net/mpj/README.MPJ
  238. ftp://ataxia.res.wpi.edu/pub/mac-pgp/README
  239. ftp://highway.alinc.com/users/jordyn/mac-pgp/README
  240. ftp://miyako.dorm.duke.edu/pub/GETTING_ACCESS
  241.  
  242.  
  243. MORE PGP INFORMATION
  244.  
  245. ftp://ftp.prairienet.org/pub/providers/pgp/pgpfaq.txt
  246. http://www.prairienet.org/~jalicqui/
  247. http://www.mit.edu:8001/people/warlord/pgp-faq.html
  248. http://draco.centerline.com:8080/~franl/pgp/bug0.html
  249. http://www.eff.org/pub/EFF/Issues/Crypto/ITAR_export/cryptusa_paper.ps.gz
  250. http://www.eff.org/pub/EFF/Issues/Crypto/ITAR_export/cryptusa.paper
  251. Email pgp-help@hks.net
  252.  
  253.  
  254. PGP BOOKS
  255.  
  256. Protect Your Privacy:     PGP: Pretty Good Privacy     E-Mail Security
  257.   A Guide for PGP Users                                How to Keep Your
  258. by William Stallings      by Simson Garfinkel          Electronic Mail Private
  259. Prentice Hall PTR         O'Reilly & Associates, Inc.  "Covers PGP/PEM"
  260. ISBN 0-13-185596-4        ISBN 1-56592-098-8           Bruce Schneier
  261. US $19.95                 US $24.95                    Wiley Publishing
  262.  
  263.  
  264. LANGUAGE MODULES
  265.  
  266. These are suitable for most PGP versions.
  267.  
  268. German
  269.  ftp://ftp.ox.ac.uk/pub/crypto/pgp/language/pgp23_german.txt
  270.  ftp://ftp.csn.net/mpj/public/pgp/pgp_german.txt
  271.  ftp://ftp.csn.net/mpj/public/pgp/PGP_german_docs.lha
  272.  
  273. Italian
  274.  ftp://ftp.dsi.unimi.it/pub/security/crypt/PGP/pgp-lang.italian.tar.gz
  275.  ftp://ftp.funet.fi/pub/crypt/ghost.dsi.unimi.it/PGP/pgp-lang.italian.tar.gz
  276.  ftp://ftp.csn.net/mpj/public/pgp/pgp-lang.italian.tar.gz
  277.  
  278. Japanese
  279.  ftp://ftp.ox.ac.uk/pub/crypto/pgp/language/pgp23_japanese.tar.gz
  280.  ftp://ftp.csn.net/mpj/public/pgp/pgp-msgs-japanese.tar.gz
  281.  
  282. Lithuanian
  283.  ftp://ftp.ox.ac.uk/pub/crypto/pgp/language/pgp23_lithuanian.zip
  284.  ftp://ftp.csn.net/mpj/public/pgp/pgp23ltk.zip
  285.  
  286. Norwegian
  287.  ftp://ftp.ox.ac.uk/pub/crypto/pgp/languate/pgp23_norwegian.tar.gz
  288.  ftp://ftp.ox.ac.uk/pub/crypto/pgp/languate/pgp26i_norwegian.zip
  289.  
  290. Romanian
  291.  ftp://ftp.ox.ac.uk/pub/crypto/pgp/language/pgp26_romanian.tar.gz
  292.  http://www.info.polymtl.ca/zuse/tavi/www/archive/ro.hlp
  293.  http://www.info.polymtl.ca/zuse/tavi/www/archive/language.txt
  294.  
  295.  
  296. Russian
  297.  ftp://ftp.ox.ac.uk/pub/crypto/pgp/language/pgp26_russian.zip
  298.  ftp://ftp.kiae.su/unix/crypto/pgp/pgp26ru.zip
  299.  ftp://ftp.csn.net/mpj/public/pgp/pgp26ru.zip
  300.  
  301. Spanish
  302.  ftp://ftp.dsi.unimi.it/pub/security/crypt/PGP/pgp-lang.spanish.tar.gz
  303.  ftp://ftp.funet.fi/pub/crypt/ghost.dsi.unimi.it/pgp-lang.spanish.tar.gz
  304.  ftp://ftp.csn.net/mpj/public/pgp/pgp-lang.spanish.tar.gz
  305.  
  306. Swedish
  307.  ftp://ftp.ox.ac.uk/pub/crypto/pgp/language/pgp23_swedish.txt
  308.  ftp://ftp.csn.net/mpj/public/pgp/pgp_swedish.txt
  309.  
  310.  
  311. CRYPTO LAW AND PGP
  312.  
  313. Pretty Good Privacy is legal if you follow these rules:
  314.  
  315. 1.  Don't export PGP from the USA except to Canada, or from Canada except to
  316. the USA, without a license.
  317.  
  318. 2.  If you are in the USA, use either Viacrypt PGP (licensed for commercial
  319. use) or MIT PGP using RSAREF (limited to personal, noncommercial use).
  320. Outside of the USA, where RSA is not patented, you may prefer to use a
  321. version of PGP (2.6.i) that doesn't use RSAREF to avoid the restrictions of
  322. that license.
  323.  
  324. 3.  If you are in a country where the IDEA cipher patent holds in software
  325. (including the USA, Canada, and some countries in Europe), make sure you are
  326. licensed to use the IDEA cipher commercially before using PGP commercially.
  327. (No separate license is required to use the freeware PGP for personal,
  328. noncommercial use).  For direct IDEA licensing, contact:
  329.  
  330. Ph. Baumann, IDEA Lizenz
  331. Ascom Tech AG
  332. Postfach 151
  333. CH-4502 Solothurn
  334. Switzerland
  335.  
  336. Tel ++41 65 242828, Fax ++41 65 242847.
  337.  
  338. 4.  Don't sell PGP in North America unless you are reselling for Viacrypt
  339. (because they have an exclusive marketing agreement on Philip Zimmermann's
  340. copyrighted code).
  341.  
  342. 5.  If you modify PGP (other than porting it to another platform or adapting
  343. it to another compiler), don't call it PGP (TM) or Pretty Good Privacy (TM)
  344. without Philip Zimmermann's permission.
  345.  
  346.  
  347. WINDOWS & DOS SHELLS
  348.  
  349. http://www.ifi.uio.no/~staalesc/AutoPGP.html
  350. ftp://oak.oakland.edu/SimTel/msdos/security/apgp22b.zip
  351. ftp://oak.oakland.edu/SimTel/win3/security/pgpw31.zip
  352. ftp.netcom.com/pub/dcosenza/pgpw31.zip
  353. ftp://Sable.ox.ac.uk/pub
  354. ftp.firstnet.net/pub/windows/winpgp/pgpw31.zip  <WinPGP's home site>
  355. http://www.firstnet.net/pub/windows/winpgp/pgpw31.zip <soon to have a hmtl>
  356. ftp://ftp.netcom.com/pub/ec/ecarp/pgpwind.zip
  357. Compuserve:
  358. Library 3, European Forum.
  359. Library 6, NCSA Forum
  360. PCWorld Online Forum.
  361. WUGNET Forum.
  362. WinShare Forum
  363. Colorado Catacombs BBS, (303) 772-1062
  364. Self-Govenor Information Resource BBS (915) 587-7888
  365. CVRC BBS, (317) 791-9617.
  366.  
  367.  
  368. MACPGP KIT
  369.  
  370. ftp://duke.bwh.harvard.edu:/pub/adam/mcip/MacPGP_icons.sit.hqx
  371. ftp://duke.bwh.harvard.edu:/pub/adam/mcip/MacPGPkit.hqx
  372. ftp://duke.bwh.harvard.edu:/pub/adam/mcip/MacPGPkitSources.sit.hqx
  373. ftp.netcom.com/pub/dd/ddt/crypto/pgp_tools/MacPGPkit1.6.sit
  374.  
  375. OTHER MAC ADD-ONS
  376.  
  377. ftp://ftp.netcom.com/pub/dd/ddt/crypto/pgp_tools/ChainMail.0.7.sit
  378. ftp://ftp.netcom.com/pub/dd/ddt/crypto/pgp_tools/Eudora->PGP Scripts1.5.sit
  379. ftp://ftp.csn.net/mpj/I_will_not_export/crypto_???????/pgp/mac/AppleScripts
  380.  
  381.  
  382. PGP 3.0 API DRAFT
  383.  
  384. The (prelim. draft) PGP 3.0 API is at:
  385.   ftp://ftp.netcom.com/pub/dd/ddt/crypto/crypto_info/950212 pgp3spec.txt
  386. All comments on it for the PGP 3.0 API Team should be sent to: <pgp@lsd.com>
  387.  
  388.  
  389. HOW DO I PUBLISH MY PGP PUBLIC KEY?
  390.  
  391. Send mail to one of these addresses with the single word "help" in the
  392. subject line to find out how to use them.  These servers sychronize keys with
  393. each other.
  394.  
  395. pgp-public-keys@burn.ucsd.edu
  396. pgp-public-keys@demon.co.uk
  397. pgp-public-keys@dsi.unimi.it
  398. pgp-public-keys@ext221.sra.co.jp
  399. pgp-public-keys@fbihh.informatik.uni-hamburg.de
  400. pgp-public-keys@jpunix.com
  401. pgp-public-keys@kiae.su
  402. pgp-public-keys@kr.com
  403. pgp-public-keys@kram.org
  404. pgp-public-keys@kub.nl
  405. pgp-public-keys@nexus.hpl.hp.com
  406. pgp-public-keys@pgp.ai.mit.edu
  407. pgp-public-keys@pgp.barclays.co.uk
  408. pgp-public-keys@pgp.dhp.com
  409. pgp-public-keys@pgp.hpl.hp.com
  410. pgp-public-keys@pgp.iastate.edu
  411. pgp-public-keys@pgp.kr.com
  412. pgp-public-keys@pgp.mit.edu
  413. pgp-public-keys@pgp.ox.ac.uk
  414. pgp-public-keys@pgp.pipex.net
  415. pgp-public-keys@srce.hr
  416. pgp-public-keys@sw.oz.au
  417. pgp-public-keys@uit.no
  418. pgp-public-keys@vorpal.com
  419. WWW interface to the key servers:
  420.   http://www-swiss.ai.mit.edu/~bal/pks-toplev.html
  421.  
  422. For $20/year or so, you can have your key officially certified and published
  423. in a "clean" key database that is much less susceptible to denial-of-service
  424. attacks than the other key servers.  Send mail to info-pgp@Four11.com for
  425. information, or look at http://www.Four11.com/
  426.  
  427.  
  428. COPY THIS FILE
  429.  
  430. Permission is granted to distribute unmodified copies of this FAQ.
  431.                   ___________________________________________________________
  432.                  |                                                           |
  433.  |\  /| |        | Michael Paul Johnson  Colorado Catacombs BBS 303-772-1062 |
  434.  | \/ |o|        | PO Box 1151, Longmont CO 80502-1151 USA   Jesus is alive! |
  435.  |    | | /  _   | mpj@csn.org aka mpj@netcom.com m.p.johnson@ieee.org       |
  436.  |    |||/  /_\  | ftp://ftp.csn.net/mpj/README.MPJ          CIS: 71331,2332 |
  437.  |    |||\  (    | ftp://ftp.netcom.com/pub/mp/mpj/README  -. --- ----- .... |
  438.  |    ||| \ \_/  | PGPprint=F2 5E A1 C1 A6 CF EF 71  12 1F 91 92 6A ED AE A9 |
  439.                  |___________________________________________________________|
  440.  
  441. -----BEGIN PGP SIGNATURE-----
  442. Version: 2.7
  443.  
  444. iQCVAgUBL1t1/PX0zg8FAL9FAQEmnwQAs/wvshFbFPcGgWJRweSspBm3PuliWLb3
  445. l9gtrZGwDAHopzwsfzzZabtDuxfkzvTbIt+dc3FJTJHgA8zzogBh4zc/Kur9fJYG
  446. TYCl8rYotTOkup1tX2son/2Gnc2zC7M45O9OVRR6w6xPRbFLM116znyusc3TxWRR
  447. WMdtYGRqris=
  448. =t0g7
  449. -----END PGP SIGNATURE-----
  450.